home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FROMUTS / STRACKER / STracker / !STracker / STmod-DOCS < prev    next >
Text File  |  1990-04-20  |  2KB  |  39 lines

  1. ----------------------------------------------------------------------------
  2. Background SoundTracker ModulePlayer                 v0.07 11-Jan-1990 19:03
  3. ----------------------------------------------------------------------------
  4.                                                   Coding & design by ALT_Man
  5.  
  6. This little module will play the specified Amiga-soundtracker module until
  7. told to stop. It allocates space from the RMA to fit the module in so it's
  8. best to be at the supervisor '*' prompt when you load tunes. Use *PM to load
  9. the PlayerModule.
  10.  
  11. Start a tune going using:                 *PlayMod <modulename>
  12. where <modulename> is the name of an Amiga soundtracker module.
  13.  
  14. Note: Using a *PlayMod while one tune is playing will cause the first tune
  15.       to be stopped and the second one loaded & started.
  16.  
  17. Stop a tune playing with:                 *PlayStop
  18.  
  19. I've debugged the code a bit since the last version and now it hasn't ever
  20. crashed on me, but tends to lose notes just occasionally in desktop and
  21. entry/exit of desktop makes screwy noises. Sample rate is currently fixed at
  22. 29Khz per channel. Takes appx 25%-ish CPU time.
  23.  
  24. Contact points:
  25.  
  26.       Voice: (0749) 72234 (ask for Hugo)
  27.       Data : (0749) (6 prefix soon for sysx)79794 (300-2400 baud)
  28.       Email: Prestel - 045847608, CIX - altman
  29.       Snail: Hugo Fiennes, Burcott Manor, Wells, Somerset, BA5 1NH
  30.  
  31. To be released in a tider form (probably a module) soon:
  32.  
  33.       Amiga screenconverter
  34.       Universal sampleplayer
  35.  
  36. Have fun, y'all!
  37.  
  38. ALT_Man
  39.